home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / THOWDLG / THOWDLG.txt
Text File  |  1997-05-14  |  3KB  |  112 lines

  1. object HowDlg: THowDlg
  2.   Left = 53
  3.   Top = 127
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'How To Register'
  7.   ClientHeight = 373
  8.   ClientWidth = 612
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 532
  18.     Top = 8
  19.     Width = 77
  20.     Height = 27
  21.     Caption = '&OK'
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 3
  30.     Top = 3
  31.     Width = 525
  32.     Height = 367
  33.     TabStop = False
  34.     Color = clBtnFace
  35.     Font.Color = clBlue
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     Lines.Strings = (
  40.       'Registering with PrimaSoft PC'
  41.       '========================'
  42.       'Choose the most convenient way to register/order the program.'
  43.       ''
  44.       '1) INTERNET Registration Through PrimaSoft'#39's Home Page'
  45.       
  46.         'You need a World-Wide Web browser. You may visit our HOME PAGE, ' +
  47.         'use address:'
  48.       '   http://www.primasoft.com'
  49.       ''
  50.       '2) Money Order, Check, or Cash'
  51.       
  52.         'Please send your International Money Order, Canadian or U.S. che' +
  53.         'ck, or cash with the '
  54.       'registration form to the following address:'
  55.       '   PrimaSoft PC, Inc.'
  56.       '   P.O. Box 456'
  57.       '   Surrey,   BC   V3T 5B7'
  58.       '   CANADA'
  59.       ''
  60.       '3) Credit Card Orders'
  61.       
  62.         'We accept Visa or MasterCard orders. Please send us a registrati' +
  63.         'on form with the '
  64.       
  65.         'card number, the cardholder name and the expiration date. You ma' +
  66.         'y send all this '
  67.       'information to the address mentioned above or by:'
  68.       '   Phone:'#9#9'1-604-951-1085'
  69.       '   Fax: '#9#9'1-604-951-1085'
  70.       '   CompuServe: '#9'74643,2635'
  71.       '   Internet:  '#9#9'support@primasoft.com'
  72.       '   AOL: '#9#9'MKosznik'
  73.       '   MSN: '#9#9'Primasoft'
  74.       ''
  75.       '4) Compuserve Registration '
  76.       
  77.         'Compuserve provides a convenient on-line registration system. Ju' +
  78.         'st GO SWREG and '
  79.       
  80.         'place an order. The payment will be billed to your Compuserve St' +
  81.         'atement. You will be '
  82.       
  83.         'asked for the Product Number (see REGISTER.TXT file), keep it ha' +
  84.         'ndy:'
  85.       '  GO SWREG, Search By Product Number '
  86.       ''
  87.       '5) INTERNET Registration Through First Virtual'
  88.       'You need a World-Wide Web browser.'
  89.       
  90.         'You may visit our HOME PAGE at First Virtual directly, use addre' +
  91.         'ss:'
  92.       #9'http://www.infohaus.com/access/by-seller/PrimaSoft_Inc'
  93.       '   1. Locate the following Internet Site:  http://www.fv.com'
  94.       
  95.         '   2. Find the information on how to open a buyer'#39's account at F' +
  96.         'irst Virtual (it'#39's easy and '
  97.       '       you only do it once)'
  98.       
  99.         '   3. After you have opened a buyer'#39's account enter the First Vi' +
  100.         'rtual Infohause (on-line '
  101.       '       shopping mall)'
  102.       '   4. Browse the catalog by seller and select PrimaSoft PC, Inc.'
  103.       
  104.         '   5. Select the program you want and download it (just click on' +
  105.         ' the icon)')
  106.     ParentFont = False
  107.     ReadOnly = True
  108.     ScrollBars = ssVertical
  109.     TabOrder = 1
  110.   end
  111. end
  112.